projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
983d99b
)
(kill-emacs-query-functions): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 26 May 1994 01:11:06 +0000
(
01:11
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 26 May 1994 01:11:06 +0000
(
01:11
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index c2f945d5682d1f584683427114dbb62dec5705b6..746e24e9747a1f13ee3e12207b7fc0b7aec0e1aa 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2061,7
+2061,8
@@
If WILDCARD, it also runs the shell specified by `shell-file-name'."
file)))))))
(defvar kill-emacs-query-functions nil
- "Functions to call with no arguments to query about killing Emacs.")
+ "Functions to call with no arguments to query about killing Emacs.
+If any of these functions returns nil, killing Emacs is cancelled.")
(defun save-buffers-kill-emacs (&optional arg)
"Offer to save each buffer, then kill this Emacs process.